home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d17
/
dsp207.arc
/
SP2DEMO.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-12-05
|
3KB
|
85 lines
echo off
cls
echo Thank you for your interest in DISK SPOOL II. This demo
echo has been set up to show you the most attractive feature of
echo DISK SPOOL II; namely, that it saves you time. When you
echo press any key to continue, I'm going to load DISK SPOOL II
echo into memory.
echo
echo
pause
sp2 x+%1
echo
echo
cls
echo I have loaded DISK SPOOL II into memory in such a manner that
echo the spooler is disabled. In other words, your computer will
echo behave just as if there were no spooling environment.
echo
echo
echo What we're going to do is graphically demonstrate the time
echo saving features of DISK SPOOL II by keeping track of the amount
echo of time it takes to print a document without spooling vs. the
echo amount of time it takes to print the same document with
echo spooling.
echo
echo
echo I want you to enable this timing-test function. To do this,
echo bring up the pop-up menu by depressing the alt-left uppershift
echo keys simultaneously, and then tap the key sequence LTEO
echo (the last character in this sequence is the letter O).
echo Get out of the pop-up menu by pressing the Esc key until
echo the menu disappears. Or, you can tap the Q key.
echo
echo
pause
cls
echo If everything's fine up to now, you should see a window in the
echo bottom righthand portion of your display. This window is
echo going to graphically demonstrate the savings in time.
echo
echo
echo Now I'm going to print the document SP2.DOC. Watch how the
echo timing values keep track of both the number of characters being
echo sent as well as the amount of time needed to print.
echo
echo
pause
echo
sp2d sp2.doc
cls
echo Now I'm going to reconfigure DISK SPOOL II so that spooling is
echo enabled, and then I'm going to reprint the document. Watch
echo the timing values!
echo
echo
pause
sp2 $
echo
sp2d sp2.doc
cls
echo This concludes this demo. I'm going to leave DISK SPOOL II
echo in memory so that you can experiment with it. You may want
echo close the Timing Tests window by getting into the pop-up
echo menu and taking the menu selections LTC.
echo
echo Please make use of the HELP menu selections, as well as the
echo User's Guide so that you will get to know DISK SPOOL II better.
echo
echo
pause
cls
echo
echo
echo For further information, contact:
echo
echo Budget Software Company
echo P.O. Box 12282
echo 12162 E. Mississippi Ave.
echo Aurora, CO 80012
echo (303) 695-9095
echo
echo
pause
echo on